home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6635 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ix.netcom.com!netnews
  2. From: scutler@ix.netcom.com (Scott Cutler)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: double buffering for animation
  5. Date: Thu, 15 Feb 1996 00:54:47 GMT
  6. Organization: Netcom
  7. Message-ID: <312282c5.5746308@nntp.ix.netcom.com>
  8. References: <3121BE35.167EB0E7@ap.co.umist.ac.uk>
  9. NNTP-Posting-Host: sac-ca7-24.ix.netcom.com
  10. X-NETCOM-Date: Wed Feb 14  4:55:48 PM PST 1996
  11. X-Newsreader: Forte Agent .99c/16.141
  12.  
  13. On Wed, 14 Feb 1996 10:49:25 +0000, dan <dan@ap.co.umist.ac.uk> wrote:
  14.  
  15. >Hi,
  16. >
  17. >I'm using borland c++ v4.5 with BGI for a dos graphics
  18. >purely graphical app.
  19. >
  20. >Unfortunately i'm completely crap at understanding
  21. >things to do with memory on a PC but I need to do this
  22. >'double buffering' where a two blocks of memory are alternately
  23. >swapped into the screen memory area where the data of
  24. >what actually goes on the screen is held (is that right?)
  25. >
  26. >I'm told this is a good 'flicker free' way to animate
  27. >Any practical advice will be appreciated.
  28. >---------------------------------
  29. >dan@ap.co.umist.ac.uk        !
  30. >                !
  31. >"If all the world's a stage....    !
  32. > then Steven Fry's f***ed!!"    !
  33. >                !
  34. >GAME ON!            !
  35. >---------------------------------
  36. I'd like some info too.  I've done stuff with page-swapping in BASIC,
  37. but that was hardly "flicker-free" (although it was buch better than
  38. without), and I have done nothing since I've moved on to C.
  39.  
  40. Scott Cutler SCutler@ix.netcom.com
  41.